home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / ncsat.cpt / Telnet2.5 final / vr / vrfile.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-23  |  691 b   |  19 lines

  1. /*
  2. ** @(#)vrfile.h    1.1    (NCSA)    9/27/87
  3. **
  4. ** File format definitions for Raster routines
  5. **
  6. ** Not all machine have to implement each format.  The only requirement
  7. ** is that format RF_GUESS should be a reasonable default.
  8. */
  9.  
  10. #define    RF_GUESS    0        /* a good choice for default */
  11. #define    RF_SUNRAS    1        /* Sun standard Raster */
  12. #define    RF_SUNRLE    2        /* Sun RLE */
  13. #define    RF_NCSARAW    3        /* NCSA old but standard raw format */
  14. #define    RF_MACPICT    4        /* Macintosh Picture Format */
  15. #define    RF_MACPAINT    5        /* Macintosh Paint Format */
  16. #define    RF_ISRIM    6        /* Illinois Standard Raster Image */
  17. #define    RF_NCSAVIS    7        /* NCSA Visualization Group */
  18. #define    RF_NCSASTD    8        /* NCSA standard (vaporware?) */
  19.